home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2007 December / PCWKCD1207B.iso / Fiszkowe programy do nauki / Teach2000 8.19 / teach819.exe / {app} / Teach2000.exe / 0 / RCDATA / TFRMPROXYSETTINGS / TFRMPROXYSETTINGS.txt
Text File  |  2007-07-13  |  2KB  |  124 lines

  1. object frmProxySettings: TfrmProxySettings
  2.   Left = 0
  3.   Top = 0
  4.   ActiveControl = edProxyServer
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Configureer proxy-instellingen'
  8.   ClientHeight = 250
  9.   ClientWidth = 333
  10.   Color = clBtnFace
  11.   ParentFont = True
  12.   OldCreateOrder = False
  13.   Position = poOwnerFormCenter
  14.   DesignSize = (
  15.     333
  16.     250)
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object lblHTTPProxy: TTntLabel
  20.     Left = 8
  21.     Top = 13
  22.     Width = 97
  23.     Height = 13
  24.     Caption = 'Proxy server-&adres:'
  25.     FocusControl = edProxyServer
  26.   end
  27.   object lblProxyPort: TTntLabel
  28.     Left = 214
  29.     Top = 13
  30.     Width = 30
  31.     Height = 13
  32.     Caption = '&Poort:'
  33.     FocusControl = edProxyPort
  34.   end
  35.   object lblSeparator: TLabel
  36.     Left = 202
  37.     Top = 37
  38.     Width = 4
  39.     Height = 13
  40.     Caption = ':'
  41.   end
  42.   object lblProxyUsername: TTntLabel
  43.     Left = 8
  44.     Top = 101
  45.     Width = 54
  46.     Height = 13
  47.     Caption = '&Inlognaam:'
  48.     FocusControl = edProxyUsername
  49.   end
  50.   object lblProxyPassword: TTntLabel
  51.     Left = 8
  52.     Top = 149
  53.     Width = 56
  54.     Height = 13
  55.     Caption = '&Passwoord:'
  56.   end
  57.   object btnCancel: TTntButton
  58.     Left = 250
  59.     Top = 217
  60.     Width = 75
  61.     Height = 25
  62.     Anchors = [akRight, akBottom]
  63.     Cancel = True
  64.     Caption = 'Annuleren'
  65.     ModalResult = 2
  66.     TabOrder = 5
  67.   end
  68.   object btnOK: TTntButton
  69.     Left = 169
  70.     Top = 217
  71.     Width = 75
  72.     Height = 25
  73.     Anchors = [akRight, akBottom]
  74.     Caption = 'OK'
  75.     Default = True
  76.     ModalResult = 1
  77.     TabOrder = 4
  78.   end
  79.   object edProxyServer: TTntEdit
  80.     Left = 8
  81.     Top = 32
  82.     Width = 185
  83.     Height = 21
  84.     TabOrder = 0
  85.   end
  86.   object edProxyPort: TSpinEdit
  87.     Left = 214
  88.     Top = 32
  89.     Width = 111
  90.     Height = 22
  91.     Anchors = [akLeft, akTop, akRight]
  92.     MaxValue = 0
  93.     MinValue = 0
  94.     TabOrder = 1
  95.     Value = 0
  96.   end
  97.   object edProxyUsername: TTntEdit
  98.     Left = 8
  99.     Top = 120
  100.     Width = 185
  101.     Height = 21
  102.     Enabled = False
  103.     TabOrder = 2
  104.   end
  105.   object cbLoginRequired: TTntCheckBox
  106.     Left = 8
  107.     Top = 72
  108.     Width = 317
  109.     Height = 17
  110.     Anchors = [akLeft, akTop, akRight]
  111.     Caption = 'Inloggen op deze server'
  112.     TabOrder = 6
  113.     OnClick = cbLoginRequiredClick
  114.   end
  115.   object edProxyPassword: TBasPasswordEdit
  116.     Left = 8
  117.     Top = 168
  118.     Width = 185
  119.     Height = 21
  120.     Enabled = False
  121.     TabOrder = 3
  122.   end
  123. end
  124.